I don't think any of the `.unwrap`s I touched can actually be hit since they all seem to have checks earlier, but reducing the number of calls is always nice and makes the code easier to verify.
I'm not sure if the `,` -> `:` commit is actually correct, I was just working from the surrounding context.